home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / comms / netsoftware / nethandler.lha / NetHandler / netdnet.h < prev    next >
C/C++ Source or Header  |  1989-09-16  |  162b  |  15 lines

  1. #ifndef NET_DNET
  2. #define NET_DNET
  3.  
  4. #include "dnet.h"
  5.  
  6. #define STDFNLEN  0 
  7.  
  8. #define PORT_FHANDLER 9492
  9.  
  10. #define DNETTIMEOUT 2  /* tenths of a second */
  11.  
  12. #endif
  13.  
  14.  
  15.